Getting Started with Terraform by Kirill Shirinkin

Getting Started with Terraform by Kirill Shirinkin

Author:Kirill Shirinkin
Language: eng
Format: mobi
Publisher: Packt Publishing
Published: 2017-01-30T23:00:00+00:00


Run the Terraform template to create servers and populate the inventory file

Run the Ansible playbook to configure all instances in all groups

This approach has some flaws, though. For example, it doesn't handle deleted servers: if the instance is gone from the Terraform template, it will still exist in the inventory file generated previously, leading to failed Ansible runs. We also don't have any indicator of SSH being ready: if we stay with this approach, we have to basically guess if than instance is ready to be SSHed to. Not good!

It would be nice if Terraform had built-in Ansible support, but it's not the case yet. However, there is a small utility named terraform-inventory that generates dynamic Ansible inventory from the Terraform state file. It is available for download on GitHub at https://github.com/adammck/terraform-inventory. You need to use it after running Terraform, as follows:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.